/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Open Sans';
  src: url(../../assets/fonts/d7d5d4588a9f50c99264bc12e4892a7c.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url(../../assets/fonts/f5331cb6372b6c0d8baf2dd7e200498c.ttf) format("truetype");
  font-weight: bold; }

@font-face {
  font-family: 'Open Sans Bold';
  src: url(../../assets/fonts/f5331cb6372b6c0d8baf2dd7e200498c.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Bold Italic';
  src: url(../../assets/fonts/f40598dd8ea8593e91ab28aa48130cf1.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Semibold';
  src: url(../../assets/fonts/e1c83f9474e0cc1d84a13c6d1ddf3ca5.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url(../../assets/fonts/4ae6bf0ed4e281d93844e6663aefe2df.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+2194; }

@font-face {
  font-family: 'Open Sans Regular';
  src: url(../../assets/fonts/d7d5d4588a9f50c99264bc12e4892a7c.ttf) format("truetype"); }

html, body, #app, #activity {
  max-width: 900px;
  height: 100%;
  margin: 0 auto;
  font-family: "open sans";
  min-width: 0;
  -webkit-user-select: none;
          user-select: none; }

#app {
  height: auto; }

h3 {
  color: #007FA3; }

p {
  font-size: 100%;
  margin: 0 0 10px 0;
  line-height: 1.7;
  text-align: left; }

form {
  padding: 15px 0; }

input[type="text"] {
  border: solid 1px #007FA3;
  border-radius: 6px;
  padding: 5px;
  box-sizing: border-box; }

.popup-layout {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  padding: 0 10px;
  box-sizing: border-box; }

ul {
  margin: 0;
  padding-left: 20px; }
  ul li {
    color: black;
    margin-bottom: 15px;
    font-weight: normal; }
    ul li span {
      vertical-align: top; }
    ul li div {
      display: inline-block;
      vertical-align: top; }
    ul li span, ul li p, ul li div {
      color: black; }

ol {
  margin: 0;
  padding-left: 0;
  counter-reset: value;
  list-style-type: decimal; }
  ol li {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 15px;
    color: #007FA3;
    font-weight: bold; }
    ol li span {
      vertical-align: top;
      margin-left: 10px;
      line-height: 1.3em; }
    ol li div {
      display: block;
      vertical-align: top; }
    ol li span, ol li p, ol li div {
      color: black;
      font-weight: normal; }
    ol li:before {
      position: relative;
      top: 1px;
      content: counter(value) "  ";
      counter-increment: value; }

.controls-container {
  position: absolute;
  top: 0px; }

body {
  font-family: "open sans"; }
  body .caption {
    color: #007FA3;
    font-weight: bold;
    margin: 10px 0; }
  body #app {
    position: relative; }
    body #app #activity {
      box-sizing: border-box; }
  body fieldset {
    margin: 0; }

.padding-after-number {
  padding-right: 7px; }

.logo-pex {
  font-weight: bold;
  color: #84BBD3;
  vertical-align: middle;
  font-size: 24px;
  margin-left: 10px; }

.element-hidden {
  display: none !important; }

[aria-hidden="true"] svg {
  padding: 0 1px;
  display: block; }

.center {
  text-align: center;
  margin-top: 25px; }
  .center button {
    margin: 1px 6px; }
  @media only screen and (orientation: portrait) and (max-width: 640px) {
    .center {
      margin-top: 15px; } }
  .center > div {
    display: inline-block; }

.screen-reader-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.divider {
  clear: both; }

.pes-experiment {
  position: relative;
  text-align: center; }

.hidden-equation-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.user-text-input {
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 820px; }

a {
  color: #007FA3;
  display: inline-block;
  line-height: 1.4; }

.blank {
  display: inline-block;
  width: 45px;
  border-bottom: 1px solid black; }

.experiment-button-text {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

.table-overflow-visible {
  overflow: visible !important; }
  .table-overflow-visible [role=table] {
    overflow: visible !important; }

.parsed-text {
  margin: 0; }
  .parsed-text > * {
    margin: 0; }

.reset-btn-wrap {
  margin: 10px 0; }

.arrow-wrap {
  display: inline-block;
  position: relative;
  margin: 5px 25px; }
  .arrow-wrap .arrow {
    width: 4.2em;
    height: 2px;
    background: black;
    display: inline-block;
    position: relative;
    top: -0.3em; }
    .arrow-wrap .arrow::after {
      content: '';
      display: inline-block;
      border: 6px solid transparent;
      border-left: 6px solid black;
      position: absolute;
      left: 100%;
      top: -5px; }
  .arrow-wrap .text {
    position: absolute;
    top: -1em;
    left: -1.8em;
    width: 8em;
    text-align: center; }
    .arrow-wrap .text.bottom {
      top: 1em; }

.bg_for_input {
  display: none; }

.pointer-events-none {
  pointer-events: none; }

@media (max-height: 300px) and (min-aspect-ratio: 3 / 1) {
  input[type=text]:focus, input[type=number]:focus, textarea:focus {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    width: 40% !important;
    height: 30px !important;
    z-index: 99 !important; }
  textarea:focus {
    width: 80% !important;
    height: 80% !important;
    max-height: 80% !important;
    min-height: 30px !important; }
  .bg_for_input {
    background-color: #fff;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 98; } }

@-webkit-keyframes dropdown-keyframes {
  from {
    height: 0%; }
  to {
    height: 100%; } }

@keyframes dropdown-keyframes {
  from {
    height: 0%; }
  to {
    height: 100%; } }

@-webkit-keyframes fadein-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes zoomin-keyframes {
  from {
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes zoomin-keyframes {
  from {
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.outline, .outline:focus, .radio-button input:focus ~ label, header input:focus, header li:focus, header button:focus, header textarea:focus, header a:focus, .left-sidebar input:focus, .left-sidebar li:focus, .left-sidebar button:focus, .left-sidebar textarea:focus, .left-sidebar a:focus, input:focus, li:focus, button:focus, textarea:focus, a:focus, .experiment-result [role="table"] .body:focus {
  position: relative; }
  .outline::before, .outline:focus::before, .radio-button input:focus ~ label::before, .left-sidebar input:focus::before, .left-sidebar li:focus::before, .left-sidebar button:focus::before, .left-sidebar textarea:focus::before, .left-sidebar a:focus::before, input:focus::before, li:focus::before, button:focus::before, textarea:focus::before, a:focus::before, .experiment-result [role="table"] .body:focus::before {
    pointer-events: none;
    content: '';
    position: absolute;
    display: none;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    z-index: 1;
    border: solid 2px #9E005D;
    border-radius: 6px; }
  .outline:focus::before, .radio-button input:focus ~ label::before, .left-sidebar input:focus::before, .left-sidebar li:focus::before, .left-sidebar button:focus::before, .left-sidebar textarea:focus::before, .left-sidebar a:focus::before, input:focus::before, li:focus::before, button:focus::before, textarea:focus::before, a:focus::before, .experiment-result [role="table"] .body:focus::before {
    display: inline-block; }

.outline-small, .outline-small:focus, .controls-container .data-table .drop-down-toggle:focus {
  position: relative; }
  .outline-small::before, .outline-small:focus::before, .controls-container .data-table .drop-down-toggle:focus::before {
    pointer-events: none;
    content: '';
    position: absolute;
    display: none;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    z-index: 1;
    border: solid 2px #9E005D;
    border-radius: 6px; }
  .outline-small:focus::before, .controls-container .data-table .drop-down-toggle:focus::before {
    display: inline-block; }

header input, header li, header button, header textarea, header a, .left-sidebar input, .left-sidebar li, .left-sidebar button, .left-sidebar textarea, .left-sidebar a {
  outline: 0; }
  header input:focus, header li:focus, header button:focus, header textarea:focus, header a:focus, .left-sidebar input:focus, .left-sidebar li:focus, .left-sidebar button:focus, .left-sidebar textarea:focus, .left-sidebar a:focus {
    outline: none !important; }
  header input:focus:before, header li:focus:before, header button:focus:before, header textarea:focus:before, header a:focus:before, .left-sidebar input:focus:before, .left-sidebar li:focus:before, .left-sidebar button:focus:before, .left-sidebar textarea:focus:before, .left-sidebar a:focus:before {
    border: solid 2px #EF84C9 !important; }

input, li, button, textarea, a {
  outline: 0; }
  input:focus, li:focus, button:focus, textarea:focus, a:focus {
    outline: none !important; }
  input:focus .outline:before, input:focus .radio-button input:focus ~ label:before, .radio-button input:focus input:focus ~ label:before, input:focus input:focus:before, input:focus li:focus:before, input:focus button:focus:before, input:focus textarea:focus:before, input:focus a:focus:before, input:focus .experiment-result [role="table"] .body:focus:before, .experiment-result [role="table"] input:focus .body:focus:before, li:focus .outline:before, li:focus .radio-button input:focus ~ label:before, .radio-button li:focus input:focus ~ label:before, li:focus input:focus:before, li:focus li:focus:before, li:focus button:focus:before, li:focus textarea:focus:before, li:focus a:focus:before, li:focus .experiment-result [role="table"] .body:focus:before, .experiment-result [role="table"] li:focus .body:focus:before, button:focus .outline:before, button:focus .radio-button input:focus ~ label:before, .radio-button button:focus input:focus ~ label:before, button:focus input:focus:before, button:focus li:focus:before, button:focus button:focus:before, button:focus textarea:focus:before, button:focus a:focus:before, button:focus .experiment-result [role="table"] .body:focus:before, .experiment-result [role="table"] button:focus .body:focus:before, textarea:focus .outline:before, textarea:focus .radio-button input:focus ~ label:before, .radio-button textarea:focus input:focus ~ label:before, textarea:focus input:focus:before, textarea:focus li:focus:before, textarea:focus button:focus:before, textarea:focus textarea:focus:before, textarea:focus a:focus:before, textarea:focus .experiment-result [role="table"] .body:focus:before, .experiment-result [role="table"] textarea:focus .body:focus:before, a:focus .outline:before, a:focus .radio-button input:focus ~ label:before, .radio-button a:focus input:focus ~ label:before, a:focus input:focus:before, a:focus li:focus:before, a:focus button:focus:before, a:focus textarea:focus:before, a:focus a:focus:before, a:focus .experiment-result [role="table"] .body:focus:before, .experiment-result [role="table"] a:focus .body:focus:before {
    border: solid 2px #9E005D !important; }

.controls-container [role="table"] .body {
  border: solid 2px transparent !important; }
  .controls-container [role="table"] .body:focus {
    outline: none !important;
    border: solid 2px #9E005D !important;
    border-radius: 6px; }

.experiment-result [role="table"] {
  overflow: visible !important; }
  .experiment-result [role="table"] .body:focus {
    outline: none !important; }

.graphs-parent {
  border: solid 2px transparent;
  border-radius: 6px;
  padding: 3px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center; }
  .graphs-parent.outlined {
    border-color: #9E005D; }
  .graphs-parent .graphs-wrap:focus {
    outline: none !important; }

.textarea-a11y-box {
  position: relative;
  line-height: 0; }
  .textarea-a11y-box::before {
    content: '';
    position: absolute;
    display: none;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    z-index: 1;
    border: solid 2px #9E005D;
    border-radius: 6px; }
  .textarea-a11y-box.focused::before {
    display: inline-block; }

@media print {
  #printable .actions,
  #printable header {
    display: none;
    margin: 40px 0; } }

#printable {
  border-radius: 6px; }
  #printable:focus {
    outline: none; }
  #printable .meta {
    margin-bottom: 20px; }
  #printable header {
    margin-bottom: 20px; }
    #printable header h1 {
      background: #007FA3;
      min-height: 40px;
      vertical-align: middle;
      padding: 11px;
      box-sizing: border-box;
      text-align: left;
      color: white;
      margin: 0;
      font-size: 100%; }
      #printable header h1:focus {
        outline: none !important; }
  #printable .actions {
    margin-bottom: 20px; }
    #printable .actions button {
      margin-left: 10px; }
      #printable .actions button:focus::before {
        border: solid 2px #9E005D !important; }
  #printable .printable-content {
    margin: 0 10px 0 20px; }

#lab-report-header {
  margin-left: 20px;
  color: #007FA3; }

.primary-button {
  border-radius: 6px;
  border: solid 2px #007FA3;
  font-family: "open sans";
  font-size: 100%;
  cursor: pointer;
  background: white;
  color: #007FA3;
  padding: 5px 13px; }
  .primary-button[disabled] {
    opacity: 0.5;
    cursor: default; }
  .primary-button[aria-disabled=true] {
    opacity: 0.5;
    cursor: default; }
  .primary-button:not([aria-disabled=true]):hover {
    background: #007FA3;
    color: white; }

.primary-filled-button {
  border-radius: 6px;
  border: solid 2px #007FA3;
  font-family: "open sans";
  font-size: 100%;
  cursor: pointer;
  background: #007FA3;
  color: white;
  padding: 5px 13px; }
  .primary-filled-button[disabled] {
    opacity: 0.5;
    cursor: default; }
  .primary-filled-button[aria-disabled=true] {
    opacity: 0.5;
    cursor: default; }
  .primary-filled-button:not([aria-disabled=true]):hover {
    background: white;
    color: #007FA3; }
  @media only screen and (orientation: portrait) and (max-width: 640px) {
    .primary-filled-button {
      font-size: 90%; } }

.experiment-button, .experiment-drop-down, .experiment-drop-down-active {
  border-radius: 6px;
  border: solid 2px #007FA3;
  font-family: "open sans";
  font-size: 100%;
  cursor: pointer;
  position: absolute !important;
  border-color: #20454D;
  background: #20454D;
  color: white;
  padding: 5px 5px;
  width: 100px; }
  .experiment-button[disabled], .experiment-drop-down[disabled], .experiment-drop-down-active[disabled] {
    opacity: 0.5;
    cursor: default; }
  .experiment-button[aria-disabled=true], .experiment-drop-down[aria-disabled=true], .experiment-drop-down-active[aria-disabled=true] {
    opacity: 0.5;
    cursor: default; }
  .experiment-button:not([aria-disabled=true]):hover, .experiment-drop-down:not([aria-disabled=true]):hover, .experiment-drop-down-active:not([aria-disabled=true]):hover {
    color: black;
    background: white; }
  .experiment-button.hidden, .hidden.experiment-drop-down, .hidden.experiment-drop-down-active {
    display: none; }

.experiment-drop-down-active {
  color: black;
  background: white; }

.experiment-red-button {
  border-radius: 6px;
  border: solid 2px #007FA3;
  font-family: "open sans";
  font-size: 100%;
  cursor: pointer;
  border-color: #A81F5D;
  background: #A81F5D;
  color: white;
  padding: 5px 5px;
  width: 100px; }
  .experiment-red-button[disabled] {
    opacity: 0.5;
    cursor: default; }
  .experiment-red-button[aria-disabled=true] {
    opacity: 0.5;
    cursor: default; }
  .experiment-red-button:not([aria-disabled=true]):hover {
    color: black;
    background: white; }

.center-block {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-align-content: center;
          align-content: center;
  -webkit-justify-content: center;
          justify-content: center;
  overflow: auto; }

.radio-button {
  -webkit-user-select: none;
          user-select: none;
  margin: 9px 0;
  padding-left: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center; }
  @media only screen and (orientation: portrait) and (max-width: 640px) {
    .radio-button {
      padding-left: 5px; } }
  .radio-button label {
    cursor: pointer;
    position: relative;
    left: -40px;
    padding-left: 40px;
    padding-top: 0;
    top: 0;
    -webkit-flex: 1;
            flex: 1; }
    .radio-button label p {
      margin: 0; }
    @media only screen and (orientation: portrait) and (max-width: 640px) {
      .radio-button label {
        margin-right: -40px; } }
  .radio-button input {
    position: absolute !important;
    opacity: 0; }
    .radio-button input:checked + .checkmark:after {
      display: block; }
    .radio-button input[aria-disabled="true"] + .checkmark {
      opacity: 0.3; }
    .radio-button input[aria-disabled="true"] ~ label {
      cursor: default; }
  .radio-button .checkmark {
    top: 0;
    left: 0;
    border: solid 1px #007FA3;
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
    .radio-button .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    .radio-button .checkmark:after {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #007FA3;
      margin: 2px; }
  .radio-button:hover input:not([aria-disabled=true]) + .checkmark {
    background-color: #ccc; }
  .radio-button:hover input:not([aria-disabled=true]) {
    background-color: #ccc; }

textarea {
  overflow: auto;
  width: 100%;
  min-height: 150px;
  border-radius: 6px;
  border: solid 1px #007FA3;
  max-width: 900px;
  box-sizing: border-box;
  resize: none;
  padding: 5px; }

.textarea-a11y-box > textarea {
  z-index: 1; }

.transparent-background {
  position: fixed;
  background: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1900;
  padding: 10px;
  box-sizing: border-box;
  opacity: 0.8; }

.popup-modal-fader {
  z-index: 1930; }

table, [role=table] {
  border-collapse: collapse;
  width: 100%;
  color: #007FA3;
  text-align: center;
  box-sizing: border-box;
  padding: 0 1px; }
  table td, table th, table [role=cell], table [role=columnheader], [role=table] td, [role=table] th, [role=table] [role=cell], [role=table] [role=columnheader] {
    padding: 4px 15px; }
    @media only screen and (orientation: portrait) and (max-width: 640px) {
      table td, table th, table [role=cell], table [role=columnheader], [role=table] td, [role=table] th, [role=table] [role=cell], [role=table] [role=columnheader] {
        padding: 4px 1px;
        font-size: 75%; } }
  table thead, table [role=rowgroup].head, [role=table] thead, [role=table] [role=rowgroup].head {
    color: #007FA3; }
    table thead td, table thead th, table thead [role=cell], table thead [role=columnheader], table [role=rowgroup].head td, table [role=rowgroup].head th, table [role=rowgroup].head [role=cell], table [role=rowgroup].head [role=columnheader], [role=table] thead td, [role=table] thead th, [role=table] thead [role=cell], [role=table] thead [role=columnheader], [role=table] [role=rowgroup].head td, [role=table] [role=rowgroup].head th, [role=table] [role=rowgroup].head [role=cell], [role=table] [role=rowgroup].head [role=columnheader] {
      font-weight: bold;
      border: solid 1px #007FA3; }
  table tbody, table [role=rowgroup].body, [role=table] tbody, [role=table] [role=rowgroup].body {
    color: black;
    font-weight: normal; }
    table tbody td, table tbody th, table tbody [role=cell], table tbody [role=columnheader], table [role=rowgroup].body td, table [role=rowgroup].body th, table [role=rowgroup].body [role=cell], table [role=rowgroup].body [role=columnheader], [role=table] tbody td, [role=table] tbody th, [role=table] tbody [role=cell], [role=table] tbody [role=columnheader], [role=table] [role=rowgroup].body td, [role=table] [role=rowgroup].body th, [role=table] [role=rowgroup].body [role=cell], [role=table] [role=rowgroup].body [role=columnheader] {
      font-weight: normal;
      border: solid 1px #007FA3; }

.a11y-ordered-list {
  margin: 0;
  padding-left: 20px;
  counter-reset: value;
  list-style-type: none; }
  .a11y-ordered-list .a11y-list-item {
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-bottom: 15px;
    color: #007fa3;
    font-weight: bold; }

.bullet-list .a11y-list-item {
  color: black;
  font-weight: normal;
  position: relative;
  display: block; }

.graphs-wrap {
  width: calc(100% - 10px); }
  .graphs-wrap.with-scroll {
    overflow-y: auto;
    max-height: 300px;
    overflow-x: hidden; }
  .graphs-wrap .result-graph-wrap {
    display: table;
    margin-bottom: 5px;
    border: 2px solid black; }
    @media only screen and (orientation: portrait) and (max-width: 640px) {
      .graphs-wrap .result-graph-wrap {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-items: center;
                align-items: center; } }
    @media only screen and (orientation: landscape) and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 2) {
      .graphs-wrap .result-graph-wrap {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-items: center;
                align-items: center; } }
    .graphs-wrap .result-graph-wrap .screenshot-graph {
      display: table-cell;
      position: relative; }
      .graphs-wrap .result-graph-wrap .screenshot-graph .legend {
        z-index: auto; }
        .graphs-wrap .result-graph-wrap .screenshot-graph .legend .table .col-2 {
          text-align: center; }
      .graphs-wrap .result-graph-wrap .screenshot-graph .graph-label {
        text-align: center;
        display: block;
        position: absolute;
        margin: 0 auto;
        width: 100%;
        margin-top: 4px;
        font-family: sans-serif; }
      .graphs-wrap .result-graph-wrap .screenshot-graph img {
        max-height: 100%;
        max-width: 100%;
        box-sizing: border-box; }
      .graphs-wrap .result-graph-wrap .screenshot-graph:not(.full-image) img {
        max-height: 288px; }
    .graphs-wrap .result-graph-wrap .info-graph {
      display: table-cell;
      vertical-align: middle;
      padding: 0 10px;
      min-width: 120px; }
      @media only screen and (orientation: portrait) and (max-width: 640px) {
        .graphs-wrap .result-graph-wrap .info-graph p {
          display: inline-block;
          margin: 0 5px; } }
      @media only screen and (orientation: landscape) and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 2) {
        .graphs-wrap .result-graph-wrap .info-graph p {
          display: inline-block;
          margin: 0 5px; } }
    .graphs-wrap .result-graph-wrap .extra-wrapper {
      position: relative;
      display: inline-block;
      max-width: 100%; }

.title {
  background: #2D3237;
  color: white;
  position: fixed;
  top: 0;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  border-bottom: 3px solid #357d97;
  z-index: 1910;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-start;
          align-items: flex-start; }
  .title .left-block-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
  .title button {
    cursor: pointer;
    margin: 9px 0;
    height: 33px;
    border-radius: 4px;
    border: none;
    background: none;
    color: #A7A9AC; }
  .title .reset-btn {
    white-space: nowrap; }
  .title nav {
    display: inline-block;
    vertical-align: middle; }
    .title nav .navbar-toggle {
      position: relative;
      float: right;
      padding: 0 10px;
      border: 1px solid transparent;
      border-radius: 4px;
      margin: 8px 0; }
      .title nav .navbar-toggle .icon-bar {
        background-color: white;
        display: block;
        width: 29px;
        height: 3px;
        border-radius: 1px;
        margin: 6px 0; }
  .title .left-block {
    -webkit-align-self: center;
            align-self: center;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 5px 0; }
    .title .left-block * {
      font-size: 24px; }
      @media only screen and (orientation: landscape) and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 2) {
        .title .left-block * {
          font-size: 110%; } }
  .title .right-block {
    float: right; }
  .title h1 {
    margin: 0;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: normal; }
  @media only screen and (orientation: portrait) and (max-width: 640px) {
    .title {
      padding: 0 5px; }
      .title .left-block {
        display: inline-grid; }
        .title .left-block * {
          font-size: 90%; }
      .title .right-block {
        float: right;
        font-size: 90%; } }

.good-platform .title button:hover {
  background: #53585c;
  cursor: pointer;
  color: white; }

.instruction-btn:focus::before {
  border-color: #9E005D !important; }

.left-sidebar {
  background-color: #2D3237;
  position: fixed;
  height: 100%;
  width: 300px;
  color: white;
  z-index: 1915;
  opacity: 0.9;
  margin: 0;
  border: none; }
  .left-sidebar .close {
    position: absolute;
    top: 15px;
    right: 10px;
    background: none;
    border: none;
    color: white;
    font-size: 150%; }
    .left-sidebar .close:hover {
      background: #53585c;
      cursor: pointer;
      color: white;
      border-radius: 4px; }
  .left-sidebar ul {
    list-style: none;
    padding: 0; }
    .left-sidebar ul li {
      margin-bottom: 0; }
      .left-sidebar ul li.active:not(:hover) a {
        color: #84BBD3; }
      .left-sidebar ul li a {
        color: white;
        text-decoration: none;
        width: 100%;
        display: block;
        padding: 15px 0;
        box-sizing: border-box;
        padding-left: 20px; }
        @media only screen and (orientation: landscape) and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 2) {
          .left-sidebar ul li a {
            padding: 8px 0 8px 20px; } }
  @media only screen and (orientation: portrait) and (max-width: 640px) {
    .left-sidebar {
      width: 100%; } }

.good-platform .left-sidebar ul li:hover {
  background-color: #84BBD3;
  cursor: pointer; }

.good-platform .left-sidebar ul li:hover a {
  color: #2D3237; }

.good-platform .apple-button {
  display: none; }

.apple .left-sidebar ul li:hover {
  background-color: #84BBD3;
  cursor: pointer; }

.apple .left-sidebar ul li:hover a {
  color: #2D3237; }

.apple .apple-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer; }

.apple :focus + .apple-button {
  display: none; }

.section-name-header {
  background: #F1F1F1;
  color: #005A70;
  padding: 5px 10px;
  min-height: 18px;
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  position: fixed;
  z-index: 1000; }
  .section-name-header h2 {
    outline: none;
    margin: 3px 0 0 0;
    font-size: 100%;
    height: 23px;
    line-height: 1.4;
    vertical-align: middle;
    font-weight: normal;
    float: left; }
  .section-name-header button {
    float: right;
    padding: 3px 12px; }

.content {
  display: block; }
  .content .pe-formula-description {
    position: absolute;
    left: auto;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .content .pe-formula, .content [aria-labelledby^="pe-formula"] {
    margin-left: 0; }
  .content .inline-formula {
    display: inline-block;
    width: auto; }
  .content .container-text {
    padding: 0 30px;
    padding-top: 30px;
    margin-bottom: 100px; }
    @media only screen and (orientation: portrait) and (max-width: 640px) {
      .content .container-text {
        padding: 0 15px;
        padding-top: 15px; } }
    @media only screen and (orientation: landscape) and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 2) {
      .content .container-text {
        margin-bottom: 0; } }
  .content .container-experiment {
    padding: 0 13px;
    padding-top: 30px;
    padding-bottom: 130px; }
    @media only screen and (orientation: landscape) and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 2) {
      .content .container-experiment {
        padding-bottom: 25px; } }
  @media only screen and (orientation: landscape) and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 2) {
    .content #sections-holder {
      margin-bottom: 0;
      padding-bottom: 0; } }
  .content hr {
    border-top: solid 1px #007FA3;
    margin-top: 40px; }
  .content strong {
    color: black; }
  .content h3.head-content {
    color: black;
    font-size: 100%;
    margin: 0 0 10px;
    line-height: 1.7;
    text-align: left; }
  .content .no-wrap {
    white-space: nowrap; }
  .content .correct, .content .correct strong {
    color: #008638; }
  .content .incorrect, .content .incorrect strong {
    color: #DB0020; }
  @media only screen and (orientation: landscape) and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 2) {
    .content {
      margin-bottom: 0; }
      .content p {
        line-height: 1.2; } }
  @media only screen and (orientation: portrait) and (max-width: 640px) {
    .content p, .content legend, .content label, .content li {
      line-height: 1.5 !important;
      font-size: 90%; }
    .content ol {
      padding-left: 5px;
      font-size: 90%; } }

.instruction {
  border: solid 1px #007FA3;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 6px;
  padding: 20px 30px 25px 30px;
  min-height: 100px; }
  .instruction p {
    text-align: left; }
  .instruction strong {
    color: black; }
  @media only screen and (orientation: portrait) and (max-width: 640px) {
    .instruction {
      padding: 10px 10px 15px 10px;
      overflow-x: hidden; } }
  .instruction .content-intro {
    padding-left: 20px; }

.popup {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-align: center;
  padding-bottom: 5px;
  min-width: 350px;
  max-width: 100%;
  outline: none;
  overflow-y: auto;
  max-height: 100%; }
  .popup .description {
    max-width: 450px; }
  @media only screen and (orientation: portrait) and (max-width: 640px) {
    .popup {
      padding: 0;
      min-width: 0; } }
  .popup h1.header {
    color: white;
    margin: 0;
    font-size: 100%; }
    @media only screen and (orientation: portrait) and (max-width: 640px) {
      .popup h1.header {
        font-size: 90%; } }
    .popup h1.header:focus {
      outline: none !important; }
  .popup h2.caption {
    font-size: 120%; }
  .popup h3 {
    font-size: 100%; }
  .popup .header {
    background: #007FA3;
    min-height: 40px;
    vertical-align: middle;
    padding: 11px;
    box-sizing: border-box;
    text-align: left;
    color: white; }
    .popup .header p {
      color: white;
      margin: 0;
      font-size: 100%; }
  .popup .container {
    padding: 10px 20px 0px 20px;
    max-width: 900px;
    box-sizing: border-box;
    text-align: left; }
    .popup .container input[type="text"] {
      width: 100%; }
    .popup .container .img-popup-wrap, .popup .container .img-popup-wrap-mobile {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
              justify-content: center;
      -webkit-align-items: center;
              align-items: center; }
    .popup .container .img-popup-wrap-mobile img {
      max-height: calc(100vh - 220px) !important; }
  .popup .image-container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
    .popup .image-container img {
      width: 100%;
      height: auto; }
  .popup .footer {
    min-height: 30px;
    padding: 15px 0; }
    .popup .footer * {
      margin: 1px 6px; }
  .popup ul {
    padding-left: 20px;
    list-style-type: none; }
    .popup ul li:before {
      content: ' ';
      width: 5px;
      height: 5px;
      background: #007FA3;
      border-radius: 50%;
      display: block;
      position: relative;
      top: 12px;
      left: -15px; }
  .popup .save-pdf-pop input {
    margin-top: 5px;
    line-height: 1.2; }
  @media only screen and (orientation: portrait) and (max-width: 640px) {
    .popup li, .popup p {
      margin-bottom: 5px !important; } }
  @media only screen and (orientation: landscape) and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 2) {
    .popup li, .popup p {
      margin-bottom: 5px !important; } }
  @media only screen and (orientation: portrait) and (max-width: 640px) {
    .popup {
      min-width: 0; }
      .popup .container {
        padding: 10px 15px 0 15px; } }
  .popup .image-long-description {
    margin-top: 10px; }
    @media only screen and (orientation: portrait) and (max-width: 640px) {
      .popup .image-long-description {
        font-size: 90%; } }

.plot-data-popup-fader {
  background: transparent; }
  @media only screen and (orientation: portrait) and (max-width: 640px) {
    .plot-data-popup-fader {
      height: 100vh;
      width: 100vh; } }
  @media only screen and (orientation: landscape) and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 2) {
    .plot-data-popup-fader {
      height: 100vh;
      width: 100vh; } }

.plot-data-popup {
  position: static; }
  .plot-data-popup h2 {
    color: transparent !important;
    outline: none; }
  .plot-data-popup .footer {
    display: none; }
  .plot-data-popup .popup {
    background: transparent;
    border: none;
    box-shadow: 0 0 0 0 transparent; }
    .plot-data-popup .popup .header {
      background: transparent; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .plot-data-popup {
    height: 100%; } }

.quiz-page {
  text-align: left; }
  .quiz-page input {
    text-align: center; }
  .quiz-page .question {
    border: none;
    padding-left: 0; }
    .quiz-page .question legend {
      line-height: 1.7; }
    @media only screen and (orientation: portrait) and (max-width: 640px) {
      .quiz-page .question {
        padding: 0;
        padding-bottom: 15px; } }
  .quiz-page .feedback {
    padding: 15px 0; }
    .quiz-page .feedback p {
      margin: 0; }
  .quiz-page .correct-label-notify {
    display: inline-block;
    max-width: 600px;
    width: auto;
    min-width: 320px;
    position: relative;
    margin-top: 30px;
    padding: 10px 10px 10px 15px;
    box-sizing: border-box;
    text-align: left;
    background-color: #fff;
    border: 2px solid #007FA3;
    border-radius: 6px;
    margin-right: 30px; }
    .quiz-page .correct-label-notify p {
      margin: 0px; }
      .quiz-page .correct-label-notify p:first-child {
        font-weight: bold; }
    .quiz-page .correct-label-notify:before {
      content: ' ';
      position: absolute;
      width: 0;
      height: 0;
      left: 30px;
      top: -26px;
      border: 25px solid;
      border-color: transparent transparent #007FA3 transparent;
      border-top: none;
      -webkit-transform: scaleX(0.7);
              transform: scaleX(0.7); }
    .quiz-page .correct-label-notify:after {
      content: ' ';
      position: absolute;
      width: 0;
      height: 0;
      left: 31px;
      top: -23px;
      border: 24px solid;
      border-color: transparent transparent white transparent;
      border-top: none;
      -webkit-transform: scaleX(0.7);
              transform: scaleX(0.7); }
    @media only screen and (orientation: portrait) and (max-width: 640px) {
      .quiz-page .correct-label-notify {
        position: relative;
        min-width: unset; } }
    @media only screen and (orientation: landscape) and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 2) {
      .quiz-page .correct-label-notify {
        position: relative;
        min-width: unset; } }
    @media only screen and (orientation: portrait) and (max-width: 640px) {
      .quiz-page .correct-label-notify .question {
        padding: 0 !important; } }

#review-box label {
  margin: 0 0 20px 0;
  display: block; }

.pes-experiment {
  font-size: 12px; }

.itemreport {
  margin-bottom: 25px; }

.list-block {
  margin-top: 10px;
  list-style-type: none;
  padding: 2px 10px !important;
  width: auto;
  display: inline-block;
  border: solid 1px black; }
  .list-block li {
    margin-bottom: 10px; }
    .list-block li:before {
      background: none !important; }

.spin-button-control {
  min-width: 140px;
  height: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  background-origin: content-box;
  padding: 2px; }
  .spin-button-control label {
    display: inline-block;
    max-width: 60px;
    vertical-align: middle; }
  .spin-button-control legend {
    display: inline-block;
    max-width: 60px;
    vertical-align: middle;
    height: 100%; }
  .spin-button-control .container {
    height: 100%;
    display: inline-block;
    width: 72px;
    box-sizing: border-box;
    text-align: left; }
    .spin-button-control .container div {
      border-radius: 3px;
      border: solid 1px #2D3237;
      display: inline-block;
      background: white; }
    .spin-button-control .container button {
      border-radius: 6px;
      border: solid 2px #007FA3;
      font-family: "open sans";
      font-size: 100%;
      cursor: pointer;
      width: 100%;
      text-align: center;
      cursor: pointer;
      border: solid 1px #2D3237;
      border-radius: 3px;
      vertical-align: middle;
      background: transparent;
      padding: 0;
      margin: 0;
      font-size: 18px !important;
      display: -webkit-flex !important;
      display: flex !important;
      line-height: 0.3 !important;
      -webkit-justify-content: center;
              justify-content: center;
      height: 100%;
      -webkit-align-items: center;
              align-items: center; }
      .spin-button-control .container button[disabled] {
        opacity: 0.5;
        cursor: default; }
      .spin-button-control .container button[aria-disabled=true] {
        opacity: 0.5;
        cursor: default; }
      .spin-button-control .container button:not([aria-disabled=true]):hover {
        width: 100%;
        border-radius: 3px;
        border: solid 1px #2D3237;
        font-size: 12px;
        padding: 0;
        margin: 0;
        cursor: pointer;
        background: #007FA3;
        color: white; }
    .spin-button-control .container .input {
      width: 50px;
      height: 100%;
      text-align: center;
      padding: 0;
      box-sizing: border-box;
      display: -webkit-inline-flex;
      display: inline-flex;
      -webkit-justify-content: center;
              justify-content: center;
      -webkit-align-items: center;
              align-items: center;
      outline: none; }
      .spin-button-control .container .input span {
        display: block; }
    .spin-button-control .container .controls {
      margin-left: 2px;
      width: 15px;
      padding: 0;
      display: -webkit-inline-flex;
      display: inline-flex;
      -webkit-flex-direction: column;
              flex-direction: column;
      vertical-align: top;
      height: 100%;
      box-sizing: border-box;
      border: none; }
  .spin-button-control .textarea-a11y-box::before {
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px; }

.footer-section.navigator #page-navigator {
  border: none;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  background: white; }
  .footer-section.navigator #page-navigator .info {
    text-align: center;
    width: 100%;
    color: black; }

.footer-section {
  position: fixed;
  width: 100%;
  max-width: 900px;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  color: white;
  box-sizing: border-box;
  padding: 4px 10px; }
  .footer-section .logo-pearson {
    width: 100%;
    height: 32px;
    border: none;
    margin-right: 10px;
    overflow: hidden; }
    .footer-section .logo-pearson .st0 {
      fill: #007FA3; }
    .footer-section .logo-pearson .st1 {
      fill: #FFFFFF; }
  .footer-section > div {
    width: 100%;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center; }
  .footer-section > div:last-child {
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
  .footer-section > div:last-child p {
    text-align: right;
    margin: 0;
    line-height: 1.2; }
  .footer-section.navigator {
    z-index: 1000;
    margin-bottom: 35px; }
  .footer-section.footer-content {
    background: #003058;
    width: 100%;
    height: 40px;
    z-index: 1920; }
  @media only screen and (orientation: landscape) and (max-width: 900px) and (-webkit-min-device-pixel-ratio: 2) {
    .footer-section {
      position: initial; }
      .footer-section.navigator {
        margin: 0; } }
.data-table, .experiment-result, .experiment-popup-table {
  box-sizing: border-box;
  padding: 0 1px; }
  .data-table .row-button, .experiment-result .row-button, .experiment-popup-table .row-button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    width: 100%; }
  .data-table .select-button, .experiment-result .select-button, .experiment-popup-table .select-button {
    border-radius: 6px;
    border: solid 2px #20454D;
    cursor: pointer;
    background: #20454D;
    color: white;
    padding: 2px;
    width: 20px; }
    .data-table .select-button:hover, .experiment-result .select-button:hover, .experiment-popup-table .select-button:hover {
      background: white;
      color: black; }
  .data-table .selected, .experiment-result .selected, .experiment-popup-table .selected {
    background: #84BBD3; }
  .data-table [role=table], .experiment-result [role=table], .experiment-popup-table [role=table] {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .data-table [role=table] [role=rowgroup].head, .experiment-result [role=table] [role=rowgroup].head, .experiment-popup-table [role=table] [role=rowgroup].head {
      color: black;
      -webkit-flex-basis: auto;
              flex-basis: auto;
      -webkit-flex-shrink: 0;
              flex-shrink: 0;
      font-weight: bold;
      width: calc(100% - 10px); }
      .data-table [role=table] [role=rowgroup].head [role=cell], .data-table [role=table] [role=rowgroup].head [role=columnheader], .experiment-result [role=table] [role=rowgroup].head [role=cell], .experiment-result [role=table] [role=rowgroup].head [role=columnheader], .experiment-popup-table [role=table] [role=rowgroup].head [role=cell], .experiment-popup-table [role=table] [role=rowgroup].head [role=columnheader] {
        display: inline-block;
        padding: 3px 3px;
        font-weight: normal;
        border: none;
        text-align: center; }
        .data-table [role=table] [role=rowgroup].head [role=cell] .head-button, .data-table [role=table] [role=rowgroup].head [role=columnheader] .head-button, .experiment-result [role=table] [role=rowgroup].head [role=cell] .head-button, .experiment-result [role=table] [role=rowgroup].head [role=columnheader] .head-button, .experiment-popup-table [role=table] [role=rowgroup].head [role=cell] .head-button, .experiment-popup-table [role=table] [role=rowgroup].head [role=columnheader] .head-button {
          width: 100%;
          position: relative !important; }
        .data-table [role=table] [role=rowgroup].head [role=cell] .header-abbr-description, .data-table [role=table] [role=rowgroup].head [role=columnheader] .header-abbr-description, .experiment-result [role=table] [role=rowgroup].head [role=cell] .header-abbr-description, .experiment-result [role=table] [role=rowgroup].head [role=columnheader] .header-abbr-description, .experiment-popup-table [role=table] [role=rowgroup].head [role=cell] .header-abbr-description, .experiment-popup-table [role=table] [role=rowgroup].head [role=columnheader] .header-abbr-description {
          position: absolute;
          left: auto;
          top: auto;
          width: 1px;
          height: 1px;
          overflow: hidden; }
    .data-table [role=table] [role=rowgroup].body, .experiment-result [role=table] [role=rowgroup].body, .experiment-popup-table [role=table] [role=rowgroup].body {
      overflow-y: auto;
      overflow-x: hidden;
      display: block;
      -webkit-flex-grow: 1;
              flex-grow: 1;
      background: white; }
      .data-table [role=table] [role=rowgroup].body [role=row], .experiment-result [role=table] [role=rowgroup].body [role=row], .experiment-popup-table [role=table] [role=rowgroup].body [role=row] {
        border-bottom: solid 1px #d0d0d0; }
        .data-table [role=table] [role=rowgroup].body [role=row]:first-child, .experiment-result [role=table] [role=rowgroup].body [role=row]:first-child, .experiment-popup-table [role=table] [role=rowgroup].body [role=row]:first-child {
          border-top: solid 1px #d0d0d0; }
      .data-table [role=table] [role=rowgroup].body [role=columnheader], .experiment-result [role=table] [role=rowgroup].body [role=columnheader], .experiment-popup-table [role=table] [role=rowgroup].body [role=columnheader] {
        padding: 4px; }
      .data-table [role=table] [role=rowgroup].body [role=cell], .data-table [role=table] [role=rowgroup].body [role=columnheader], .experiment-result [role=table] [role=rowgroup].body [role=cell], .experiment-result [role=table] [role=rowgroup].body [role=columnheader], .experiment-popup-table [role=table] [role=rowgroup].body [role=cell], .experiment-popup-table [role=table] [role=rowgroup].body [role=columnheader] {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-items: center;
                align-items: center;
        border: none;
        border-right: solid 1px #d0d0d0; }
        .data-table [role=table] [role=rowgroup].body [role=cell]:first-child, .data-table [role=table] [role=rowgroup].body [role=columnheader]:first-child, .experiment-result [role=table] [role=rowgroup].body [role=cell]:first-child, .experiment-result [role=table] [role=rowgroup].body [role=columnheader]:first-child, .experiment-popup-table [role=table] [role=rowgroup].body [role=cell]:first-child, .experiment-popup-table [role=table] [role=rowgroup].body [role=columnheader]:first-child {
          border-left: solid 1px #d0d0d0; }
        .data-table [role=table] [role=rowgroup].body [role=cell] .drop-down, .data-table [role=table] [role=rowgroup].body [role=columnheader] .drop-down, .experiment-result [role=table] [role=rowgroup].body [role=cell] .drop-down, .experiment-result [role=table] [role=rowgroup].body [role=columnheader] .drop-down, .experiment-popup-table [role=table] [role=rowgroup].body [role=cell] .drop-down, .experiment-popup-table [role=table] [role=rowgroup].body [role=columnheader] .drop-down {
          position: relative;
          width: 100%; }
          .data-table [role=table] [role=rowgroup].body [role=cell] .drop-down > button, .data-table [role=table] [role=rowgroup].body [role=columnheader] .drop-down > button, .experiment-result [role=table] [role=rowgroup].body [role=cell] .drop-down > button, .experiment-result [role=table] [role=rowgroup].body [role=columnheader] .drop-down > button, .experiment-popup-table [role=table] [role=rowgroup].body [role=cell] .drop-down > button, .experiment-popup-table [role=table] [role=rowgroup].body [role=columnheader] .drop-down > button {
            height: 25px; }
            .data-table [role=table] [role=rowgroup].body [role=cell] .drop-down > button .caret::after, .data-table [role=table] [role=rowgroup].body [role=columnheader] .drop-down > button .caret::after, .experiment-result [role=table] [role=rowgroup].body [role=cell] .drop-down > button .caret::after, .experiment-result [role=table] [role=rowgroup].body [role=columnheader] .drop-down > button .caret::after, .experiment-popup-table [role=table] [role=rowgroup].body [role=cell] .drop-down > button .caret::after, .experiment-popup-table [role=table] [role=rowgroup].body [role=columnheader] .drop-down > button .caret::after {
              top: 2px; }
    .data-table [role=table] [role=row], .experiment-result [role=table] [role=row], .experiment-popup-table [role=table] [role=row] {
      display: -webkit-flex;
      display: flex; }
    .data-table [role=table] [role=cell], .data-table [role=table] [role=columnheader], .experiment-result [role=table] [role=cell], .experiment-result [role=table] [role=columnheader], .experiment-popup-table [role=table] [role=cell], .experiment-popup-table [role=table] [role=columnheader] {
      padding: 4px 4px;
      min-height: calc(1em + 8px);
      vertical-align: middle;
      box-sizing: border-box; }
    .data-table [role=table].experiment-result, .data-table [role=table] .experiment-popup-table, .experiment-result [role=table].experiment-result, .experiment-result [role=table] .experiment-popup-table, .experiment-popup-table [role=table].experiment-result, .experiment-popup-table [role=table] .experiment-popup-table {
      position: relative; }

.data-table {
  overflow: visible; }
  .data-table [role=table] {
    font-size: 12px;
    overflow: visible; }
    .data-table [role=table] [role=rowgroup].head {
      margin-bottom: 2px; }
    .data-table [role=table] [role=rowgroup].body [role=cell], .data-table [role=table] [role=rowgroup].body [role=columnheader] {
      min-height: 22px; }
  .data-table .foot-note {
    text-align: left; }

.experiment-result, .experiment-popup-table {
  margin-top: 5px; }
  .experiment-result [role=table] [role=rowgroup].body [role=row], .experiment-popup-table [role=table] [role=rowgroup].body [role=row] {
    border-bottom: solid 1px #007FA3 !important; }
    .experiment-result [role=table] [role=rowgroup].body [role=row]:first-child, .experiment-popup-table [role=table] [role=rowgroup].body [role=row]:first-child {
      border-top: solid 1px #007FA3 !important; }
  .experiment-result [role=table] [role=row]:first-child, .experiment-popup-table [role=table] [role=row]:first-child {
    border-top: solid 1px #007FA3 !important; }
  .experiment-result [role=table] [role=cell], .experiment-result [role=table] [role=columnheader], .experiment-popup-table [role=table] [role=cell], .experiment-popup-table [role=table] [role=columnheader] {
    border-right: solid 1px #007FA3 !important; }
    .experiment-result [role=table] [role=cell]:first-child, .experiment-result [role=table] [role=columnheader]:first-child, .experiment-popup-table [role=table] [role=cell]:first-child, .experiment-popup-table [role=table] [role=columnheader]:first-child {
      border-left: solid 1px #007FA3 !important; }
  .experiment-result [role=table] [role=rowgroup].head, .experiment-popup-table [role=table] [role=rowgroup].head {
    width: 100%;
    box-sizing: border-box; }
    .experiment-result [role=table] [role=rowgroup].head [role=row] [role=cell], .experiment-result [role=table] [role=rowgroup].head [role=row] [role=columnheader], .experiment-popup-table [role=table] [role=rowgroup].head [role=row] [role=cell], .experiment-popup-table [role=table] [role=rowgroup].head [role=row] [role=columnheader] {
      color: #007FA3;
      font-weight: bold; }
  .experiment-result [role=table] [role=rowgroup].body, .experiment-popup-table [role=table] [role=rowgroup].body {
    overflow: visible; }
    .experiment-result [role=table] [role=rowgroup].body [role=cell], .experiment-result [role=table] [role=rowgroup].body [role=columnheader], .experiment-popup-table [role=table] [role=rowgroup].body [role=cell], .experiment-popup-table [role=table] [role=rowgroup].body [role=columnheader] {
      font-weight: normal; }
  .experiment-result .foot-note, .experiment-popup-table .foot-note {
    text-align: left;
    padding: 5px 0; }
.drop-down button {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row; }
  .drop-down button .value {
    width: 100%;
    height: 13px; }
  .drop-down button .caret {
    width: 20px;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    position: relative; }
    .drop-down button .caret::after {
      width: 16px;
      height: 8px;
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgaWQ9InN2ZzgiCiAgIHZlcnNpb249IjEuMSIKICAgdmlld0JveD0iMCAwIDE2IDgiCiAgIGhlaWdodD0iOG1tIgogICB3aWR0aD0iMTZtbSI+CiAgPGRlZnMKICAgICBpZD0iZGVmczIiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNSI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4wMTc0MDA0NCwtMC4wNzA2MjYyMykiCiAgICAgaWQ9ImxheWVyMSI+CiAgICA8cGF0aAogICAgICAgdHJhbnNmb3JtPSJtYXRyaXgoLTIuMDQ5MTI2NiwwLDAsLTEuMTgzMDYzOCwyNy43Njc2ODcsMTUuMTUyNDIpIgogICAgICAgZD0ibSAxMy41NDI0OTUsMTIuNzQ4MDgyIC0zLjkwNDEwMjUsMCAtMy45MDQxMDI0LDAgTCA3LjY4NjM0MTMsOS4zNjcwMyA5LjYzODM5MjUsNS45ODU5NzgxIDExLjU5MDQ0NCw5LjM2NzAyOTkgWiIKICAgICAgIGlkPSJwYXRoODE1IgogICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2Utd2lkdGg6MC4yNjQ1ODMzMiIgLz4KICA8L2c+Cjwvc3ZnPgo=");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 4px;
      left: 0;
      content: ""; }
  .drop-down button[aria-expanded="true"] .caret::after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgaWQ9InN2ZzgiCiAgIHZlcnNpb249IjEuMSIKICAgdmlld0JveD0iMCAwIDE2IDgiCiAgIGhlaWdodD0iOG1tIgogICB3aWR0aD0iMTZtbSI+CiAgPGRlZnMKICAgICBpZD0iZGVmczIiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNSI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4wMTc0MDA0NCwtMC4wNzA2MjYyMykiCiAgICAgaWQ9ImxheWVyMSI+CiAgICA8cGF0aAogICAgICAgdHJhbnNmb3JtPSJtYXRyaXgoMi4wNDkxMjY2LDAsMCwxLjE4MzA2MzgsLTExLjczMjg4NiwtNy4wMTExNjc2KSIKICAgICAgIGQ9Im0gMTMuNTQyNDk1LDEyLjc0ODA4MiAtMy45MDQxMDI1LDAgLTMuOTA0MTAyNCwwIEwgNy42ODYzNDEzLDkuMzY3MDMgOS42MzgzOTI1LDUuOTg1OTc4MSAxMS41OTA0NDQsOS4zNjcwMjk5IFoiCiAgICAgICBpZD0icGF0aDgxNSIKICAgICAgIHN0eWxlPSJmaWxsOiMyMDQ1NGQ7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlLXdpZHRoOjAuMjY0NTgzMzIiIC8+CiAgPC9nPgo8L3N2Zz4K"); }
  .drop-down button:hover:not([disabled]):not([aria-expanded="true"]) .caret::after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgaWQ9InN2ZzgiCiAgIHZlcnNpb249IjEuMSIKICAgdmlld0JveD0iMCAwIDE2IDgiCiAgIGhlaWdodD0iOG1tIgogICB3aWR0aD0iMTZtbSI+CiAgPGRlZnMKICAgICBpZD0iZGVmczIiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNSI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4wMTc0MDA0NCwtMC4wNzA2MjYyMykiCiAgICAgaWQ9ImxheWVyMSI+CiAgICA8cGF0aAogICAgICAgdHJhbnNmb3JtPSJtYXRyaXgoLTIuMDQ5MTI2NiwwLDAsLTEuMTgzMDYzOCwyNy43Njc2ODcsMTUuMTUyNDIpIgogICAgICAgZD0ibSAxMy41NDI0OTUsMTIuNzQ4MDgyIC0zLjkwNDEwMjUsMCAtMy45MDQxMDI0LDAgTCA3LjY4NjM0MTMsOS4zNjcwMyA5LjYzODM5MjUsNS45ODU5NzgxIDExLjU5MDQ0NCw5LjM2NzAyOTkgWiIKICAgICAgIGlkPSJwYXRoODE1IgogICAgICAgc3R5bGU9ImZpbGw6IzIwNDU0ZDtmaWxsLW9wYWNpdHk6MTtzdHJva2Utd2lkdGg6MC4yNjQ1ODMzMiIgLz4KICA8L2c+Cjwvc3ZnPgo="); }

.drop-down span.visible-label {
  display: block;
  text-align: left;
  width: 100%;
  padding-bottom: 5px; }

.drop-down .drop-down-toggle {
  width: 100%;
  height: 30px;
  display: -webkit-flex;
  display: flex;
  position: static !important;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.drop-down .drop-down-menu-container {
  position: fixed;
  width: 100%; }

.drop-down .drop-down-menu {
  border: solid 2px #20454D;
  background: white;
  padding-left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
          align-content: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  top: -1px;
  box-sizing: border-box;
  text-align: center; }
  .drop-down .drop-down-menu li {
    list-style-type: none;
    margin-bottom: 0;
    width: 100%;
    min-height: 13px;
    padding: 5px 0;
    color: black;
    cursor: pointer; }
    .drop-down .drop-down-menu li.selected {
      background: #20454D;
      color: white; }
    .drop-down .drop-down-menu li:hover {
      background: #20454D;
      color: white; }

.drop-down.drop-down-hidden {
  display: none; }

.drop-down .hidden {
  display: none; }

.data-table .drop-down-menu li {
  padding: 3px 0; }
.spin-button-control {
  min-width: 60px;
  width: 130px; }
  .spin-button-control .container {
    display: -webkit-flex;
    display: flex;
    min-height: 30px;
    -webkit-flex: 1;
            flex: 1;
    min-width: 70px; }
    .spin-button-control .container > .textarea-a11y-box, .spin-button-control .container .input {
      height: 100%;
      box-sizing: border-box; }
    .spin-button-control .container > .textarea-a11y-box {
      border: none; }
  .spin-button-control label {
    width: 100%; }
  .spin-button-control.left {
    -webkit-flex-direction: row;
            flex-direction: row; }
    .spin-button-control.left label {
      margin: 0 5px; }
  .spin-button-control.right {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
    .spin-button-control.right label {
      margin: 0 5px; }
  .spin-button-control.top {
    display: inline-block;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: unset;
            align-items: unset; }
  .spin-button-control.bottom {
    display: inline-block;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-align-items: unset;
            align-items: unset; }
  .spin-button-control.label-hidden label {
    opacity: 0; }
  .spin-button-control .ico-plus, .spin-button-control .ico-minus {
    position: relative; }
    .spin-button-control .ico-plus .button-sign, .spin-button-control .ico-minus .button-sign {
      position: absolute;
      top: 4px;
      left: 2px;
      font-size: 16px !important; }
.input-control {
  min-width: 60px; }
  .input-control label {
    max-width: 100%;
    width: 100%; }
  .input-control .container {
    max-width: 100%;
    margin: 0;
    width: 100%;
    -webkit-flex: 2;
            flex: 2; }
    .input-control .container .input {
      width: 100%; }
  .input-control.left {
    -webkit-flex-direction: row;
            flex-direction: row; }
    .input-control.left label {
      margin: 0 5px; }
  .input-control.right {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
    .input-control.right label {
      margin: 0 5px; }
  .input-control.top {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: unset;
            align-items: unset; }
  .input-control.bottom {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-align-items: unset;
            align-items: unset; }
.graph-container, .screenshot-graph {
  z-index: 0; }
  .graph-container:not(.graph-result) .g2dgraph, .screenshot-graph:not(.graph-result) .g2dgraph {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px; }
  .graph-container.graph-result, .screenshot-graph.graph-result {
    position: relative;
    display: inline-block; }
    .graph-container.graph-result .g2dgraph, .screenshot-graph.graph-result .g2dgraph {
      float: left; }
  .graph-container .g2dgraph, .screenshot-graph .g2dgraph {
    overflow: hidden;
    background: transparent;
    box-sizing: border-box;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    /*image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-crisp-edges;
    image-rendering: pixelated;*/ }
  .graph-container .legend, .screenshot-graph .legend {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    color: white;
    text-shadow: 0px 0px 1px black;
    font-size: 12px; }
    .graph-container .legend .table, .screenshot-graph .legend .table {
      display: table;
      position: absolute; }
      .graph-container .legend .table .row, .screenshot-graph .legend .table .row {
        display: table-row; }
      .graph-container .legend .table .col-1, .graph-container .legend .table .col-2, .screenshot-graph .legend .table .col-1, .screenshot-graph .legend .table .col-2 {
        display: table-cell; }
      .graph-container .legend .table .col-1, .screenshot-graph .legend .table .col-1 {
        text-align: right; }
      .graph-container .legend .table .col-2, .screenshot-graph .legend .table .col-2 {
        width: 20px; }
    .graph-container .legend .ico, .screenshot-graph .legend .ico {
      display: inline-block;
      vertical-align: middle; }
      .graph-container .legend .ico .circle, .screenshot-graph .legend .ico .circle {
        border-radius: 100%; }
.radio {
  width: 100px;
  text-align: left; }
  .radio [aria-disabled=true] {
    opacity: 0.5; }
.multiple-radio {
  border: none;
  padding: 0;
  width: 100px;
  text-align: left; }
  .multiple-radio legend {
    overflow: hidden;
    display: block; }
  .multiple-radio label {
    margin-left: 5px; }
  .multiple-radio .option-checked label {
    font-weight: bold; }
.experiment-button.transparent {
  border: none !important;
  background: none !important;
  color: transparent !important; }
.range-control {
  position: absolute;
  width: 200px; }
  .range-control.element-hidden {
    visibility: hidden;
    display: block !important; }
  .range-control.disabled {
    opacity: 0.5; }
  .range-control .container {
    width: 100%;
    position: relative; }
    .range-control .container input {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      width: 100%;
      cursor: pointer; }
      .range-control .container input::-ms-tooltip {
        display: none; }
    .range-control .container .slider-wrap {
      width: 100%;
      height: 20px;
      position: relative; }
      .range-control .container .slider-wrap.focused::before {
        pointer-events: none;
        content: '';
        position: absolute;
        top: -7px;
        left: -7px;
        right: -7px;
        bottom: -7px;
        z-index: 1;
        border: solid 2px #9E005D;
        border-radius: 6px; }
      .range-control .container .slider-wrap .main-line {
        position: absolute;
        top: 50%;
        width: 100%;
        height: 2px;
        background: #CC0000;
        left: 0; }
        .range-control .container .slider-wrap .main-line.invisible {
          visibility: hidden; }
      .range-control .container .slider-wrap .slider {
        position: absolute;
        width: 1px;
        height: 20px;
        top: 12px;
        left: 0;
        border: 11px solid transparent;
        border-top: 12px solid #CC0000; }
.range-control {
  position: absolute;
  width: 200px; }
  .range-control.element-hidden {
    visibility: hidden;
    display: block !important; }
  .range-control.disabled {
    opacity: 0.5; }
  .range-control .container {
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center; }
    .range-control .container input {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      width: 100%;
      cursor: pointer; }
      .range-control .container input::-ms-tooltip {
        display: none; }
    .range-control .container .slider-wrap {
      width: 100%;
      height: 20px;
      position: relative; }
      .range-control .container .slider-wrap .main-line {
        position: absolute;
        top: 50%;
        width: 100%;
        height: 2px;
        background: #CC0000;
        left: 0; }
        .range-control .container .slider-wrap .main-line.invisible {
          visibility: hidden; }
      .range-control .container .slider-wrap .slider {
        position: absolute;
        width: 1px;
        height: 20px;
        top: 12px;
        left: 0;
        border: 11px solid transparent;
        border-top: 12px solid #CC0000; }
.pb-slider-head {
  text-align: center; }

.pb-slider-outer.focused::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: -8px;
  left: -5px;
  right: -5px;
  bottom: -8px;
  z-index: 1;
  border: solid 2px #9E005D;
  border-radius: 6px; }

.pb-slider-container {
  -webkit-user-select: none;
          user-select: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  position: relative;
  width: 100%; }
  .pb-slider-container * {
    box-sizing: border-box; }
  .pb-slider-container .pb-slider-label-short, .pb-slider-container .pb-slider-label-long {
    padding: 0;
    margin: auto 2% auto 3%;
    vertical-align: middle;
    z-index: 0; }
    .pb-slider-container .pb-slider-label-short:focus, .pb-slider-container .pb-slider-label-long:focus {
      outline: none; }
  .pb-slider-container .pb-slider-label-short {
    font-size: 22px;
    display: inline-block; }
  .pb-slider-container .pb-slider-label-long {
    font-size: 1em;
    display: block;
    position: absolute;
    left: 2%;
    top: 2px; }
  .pb-slider-container .pb-slider-bg {
    height: 30px;
    position: relative;
    display: inline-block;
    flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1;
    margin: auto 3% auto 3%;
    cursor: pointer;
    top: -15px; }
    .pb-slider-container .pb-slider-bg:focus {
      outline: none; }
    .pb-slider-container .pb-slider-bg .pb-slider-progress {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      border-radius: 3px; }
      .pb-slider-container .pb-slider-bg .pb-slider-progress:focus {
        outline: none; }
    .pb-slider-container .pb-slider-bg .pb-slider-handle {
      position: absolute;
      cursor: pointer;
      width: 20px;
      height: 36px;
      top: -3px;
      margin-left: -10px;
      border: 0px solid #fff;
      touch-action: none;
      outline: none; }
      .pb-slider-container .pb-slider-bg .pb-slider-handle .pb-slider-handle-triangle {
        display: none; }
    .pb-slider-container .pb-slider-bg .pb-slider-tick-container {
      line-height: 1em;
      font-size: 0.87em;
      list-style: none;
      position: absolute;
      bottom: -39.6px;
      width: 100%;
      left: 0;
      margin: 0; }
    .pb-slider-container .pb-slider-bg .pb-slider-tick {
      position: absolute;
      bottom: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      cursor: pointer; }
.table-wrapper {
  padding-top: 10px;
  color: #007FA3;
  font-weight: bold; }
  .table-wrapper-caption {
    margin-right: 5px;
    font-size: 18px; }
.bullet-list > li {
  color: black;
  font-weight: normal;
  position: relative;
  display: block; }
  .bullet-list > li span, .bullet-list > li p {
    margin-left: 0; }

.bullet-list-number {
  color: #007FA3;
  font-weight: bold;
  position: absolute;
  right: calc(100% + 7px); }
  .bullet-list-number + div {
    line-height: 1.6; }

.bullet-list > li:before {
  content: ' '; }

.bullet-list p, .bullet-list .stop-and-think {
  line-height: 1.6;
  margin-bottom: 10px; }

.bullet-list .stop-and-think {
  display: block; }

.container-text .pager .bullet-list-number {
  margin-top: 1px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .container-text .pager .bullet-list-number {
    margin-top: 1.5px; } }

@supports (-ms-ime-align: auto) {
  .container-text .pager .bullet-list-number {
    margin-top: 1.5px; } }
.instruction-popup-wrapper {
  position: relative;
  display: inline-block; }
  .instruction-popup-wrapper .instruction-popup {
    position: absolute;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: 50%;
    width: 150px;
    top: 110%;
    margin-bottom: 10px;
    z-index: 1;
    line-height: 1.2;
    font-size: 70%; }
    .instruction-popup-wrapper .instruction-popup .header {
      border-radius: 4px 4px 0 0;
      background: #84BBD3;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-end;
              justify-content: flex-end; }
      .instruction-popup-wrapper .instruction-popup .header .button-wrapper {
        border-radius: 0 3px 0 0;
        background: #007FA3; }
        .instruction-popup-wrapper .instruction-popup .header .button-wrapper button {
          display: block;
          width: 23px;
          height: 16px;
          padding: 0;
          border-radius: 0 4px 0 0;
          border: none;
          background: transparent; }
          .instruction-popup-wrapper .instruction-popup .header .button-wrapper button img {
            width: 8px;
            height: auto;
            position: relative; }
    .instruction-popup-wrapper .instruction-popup .text-container {
      display: block;
      padding: 3px; }
    @media only screen and (orientation: portrait) and (max-device-width: 425px) {
      .instruction-popup-wrapper .instruction-popup {
        width: 100px; } }
    .instruction-popup-wrapper .instruction-popup em {
      font-style: normal;
      text-decoration: underline; }
.a11y-tooltip-wrapper {
  position: relative;
  display: inline-block; }

.a11y-tooltip {
  position: absolute;
  border: 1px solid black;
  padding: 5px;
  background: snow;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.42);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  min-width: 150px;
  overflow-x: hidden;
  top: 110%;
  margin-bottom: 10px;
  z-index: 12;
  line-height: 1.2;
  font-size: 70%; }
  .a11y-tooltip em {
    font-style: normal;
    text-decoration: underline; }

/*# sourceMappingURL=index.css.map*/